From a2410305c96eedaba81a3aca162f794d46e5bcbd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 14 Nov 2012 22:12:46 -0800 Subject: [PATCH] * subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t') --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index d02b889ec44..bb142e8680f 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -3967,7 +3967,7 @@ Note that this does NOT take precedence over the \"overriding\" maps found in MAP, the normal key lookup sequence then continues. Normally, MAP is used only once. If the optional argument -KEEP-PRED is `t', MAP stays active if a key from MAP is used. +KEEP-PRED is t, MAP stays active if a key from MAP is used. KEEP-PRED can also be a function of no arguments: if it returns non-nil then MAP stays active." (let* ((clearfunsym (make-symbol "clear-temporary-overlay-map")) -- 2.30.2